home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / novell / fyi6 / 05071.dos < prev    next >
Text File  |  1996-07-10  |  4KB  |  92 lines

  1.             SUBJECT  :  IBM SCSI adapter recall & mirroring/duplexing
  2.                DATE  :  April 26, 1990
  3.               FYI #  :  050190sh
  4.          OS VERSION  :  286
  5.            REVISION  :
  6.       SHELL VERSION  :  n/a
  7.  
  8. GENERAL INFORMATION  :  An SE from Businessland Corporate was
  9. trying to do mirroring and duplexing with IBM SCSI adapters
  10. using NetWare 286 & 386.  He had problems mounting volumes so
  11. he called us for more information so I contacted Tim Ricker of
  12. software engineering who wrote IBMSCSI.OBJ for 286 NetWare.
  13.  
  14.  
  15.             PROBLEM  :  Tim explained that IBM's SCSI adapter was
  16. being recalled because of a problem with the chip set on the card.
  17. The chip set was originally rated to run at 25 megahertz but was
  18. found to corrupt data while returning no error messages.  Tim has
  19. been in contact with an IBM engineer who changed the adapter speed
  20. to 20 megahertz and is finding no data corruption at this slower
  21. speed.
  22.  
  23.  
  24.            SOLUTION  :  Tim Ricker explained that there are two
  25. different adapters: one that caches and one that does not.  The
  26. cache controller has SIMMS on the card. Tim wrote the original
  27. driver (PS2286.ZIP on NetWire) to run on the non-caching adapter
  28. but has since added a few lines of assembly code which will check
  29. for caching abilities and use them if present on the adapter.
  30. Tim says the caching version of the driver may not be available
  31. yet for perhaps a few months.  So, if customers try to use the
  32. caching adapter, it will not work with PS2286.ZIP on NetWire.
  33.  
  34.  
  35. COMMENTS (optional)  :    Tim wrote the PS2286.ZIP driver to do
  36. mirroring and duplexing even with IBM's own external disk
  37. subsystem. (......As I understand it, this subsystem can consist
  38. of up to 7 daisy-chained embedded SCSI drives being driven by one
  39. SCSI adapter in the expansion bus.......)  But, the hardware must
  40. be configured and installed properly before it will work.
  41.  
  42. Here's how it goes:
  43.  
  44. MIRRORING:  Setting up mirroring is similar to setting up a Novell/ADIC
  45. DCB except for the terminology is different inside the reference diskette
  46. process.  Here is the terminology comparison assuming a DCB and two
  47. embedded scsi drives to be mirrored:
  48.  
  49.    DCB terminology                     REFERENCE DISK terminology
  50. ----------------------                 --------------------------
  51.  Disk Controller Board                  Adapter (goes in any slot)
  52.  
  53.  embedded scsi controller               Device  (embd. scsi cont.)
  54.  
  55.  drive                                  LUN   (logical unit)
  56.  
  57.  controller=0, drive=0                  Device ID=6, LUN = 0
  58.  controller=1, drive=0                  Device ID=5, LUN = 0
  59.  (...embedded controller or Device ID are set with jumpers...)
  60.  (...drive and LUN always=0 on embedded scsi, no jumpers.....)
  61.  
  62.  
  63. DUPLEXING:  For duplexing, the terminology comparison is the
  64. same as above, but there are additional hardware and software
  65. configuration rules to follow before cold booting from the
  66. hard drive will work.  Assuming two Adapters and two embedded
  67. scsi drives on each adapter, their configuration will be the
  68. same as in the mirroring example, except for the following:
  69.  
  70. When two Adapters are installed in expansion slots 3 and 4
  71. (for example), the cold boot process looks at the slot 3 Adapter
  72. as the primary to boot from.  With the expansion slots being
  73. numbered from 1 (leftmost) to 8 (rightmost), with slot 8 being
  74. closest to the power supply box, the leftmost adapter will
  75. always be the PRIMARY adapter.  The adapters can be installed
  76. in any slot, but the one on the left will become the primary.
  77. This primary adapter must also be addressed (inside reference
  78. setup) with the lowest I/0 address.  For example, a slot-3
  79. adapter could have I/0 address = 3540-3547, and a slot-4 adapter
  80. must have an I/0 address = 3548-3555 or greater.  All other
  81. addresses/ID#s are the same as the mirroring example above.
  82.  
  83.  
  84. YOUR NAME AND DEPT.  :  Steve Huntington - NSD
  85.                         Tim Ricker - Software Engineering
  86.  
  87. (Check one)
  88.  
  89.   (XX)    This information has been verified*.
  90.  
  91.   (  )    This is useful information, but has not been verified.
  92.